{
  "name": "animate-hover",
  "version": "1.1.5",
  "description": "animate hover: animations based only on css, help classs for frondend ",
  "main": "gulpfile.js",
  "scripts": {
    "clean": "rimraf vendor",
    "vendor": "vendor-copy",
    "css": "npm-run-all vendor css-compile css-prefix-main css-minify",
    "css-compile": "npm-run-all --parallel css-compile-*",
    "css-compile-main": "node-sass  --output-style expanded --precision 6 src/scss/animate-hover.scss css/animate-hover.css",
    "css-compile-circle": "node-sass  --output-style expanded --precision 6 src/scss/animate-circle.scss css/animate-circle.css",
    "css-compile-square": "node-sass  --output-style expanded --precision 6 src/scss/animate-square.scss css/animate-square.css",
    "css-minify": "npm-run-all --parallel css-minify-*",
    "css-minify-main": "cleancss --level 1 --format breaksWith=lf --output css/animate-hover.min.css css/animate-hover.css",
    "css-minify-circle": "cleancss --level 1 --format breaksWith=lf --output css/animate-circle.min.css css/animate-circle.css",
    "css-minify-square": "cleancss --level 1 --format breaksWith=lf --output css/animate-square.min.css css/animate-square.css",
    "css-prefix-main": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
    "dev": "npm run vendor & npm run css",
    "prod": "npm run dev"

    "css-dev": "sass --no-source-map --style=expanded src/scss/animate-hover.scss:css/animate-hover.css",
    "css-prod": "sass --no-source-map --style=compressed src/scss/animate-hover.scss:css/animate-hover.min.css",
    "sass-dev": "sass --update --style=expanded src/scss/animate-hover.scss:css/animate-hover.css",
    "sass-watch": "sass --watch --update --style=expanded src/scss/animate-hover.scss:css/animate-hover.css",
    "css-postcss": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
    "dev": " npm run sass-dev ",
    "prod": "npm run css-dev && npm run css-prod && npm run css-postcss "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/armandoaepp/animate-hover.git"
  },
  "keywords": [
    "animate-hover",
    "animate hover"
  ],
  "author": "@armandoaepp",
  "email": "armandoaepp@gmail.com",
  "license": "ISC",
  "dependencies": {
    "animate.css": "^3.7.2",
    "user": "0.0.0"
  },
  "homepage": "https://armandoaepp.github.io/animate-hover/index.html",
  "devDependencies": {
    "autoprefixer": "^10.4.2",
    "clean-css": "^5.2.4",
    "clean-css-cli": "^5.5.2",
    "helper-css-light": "^3.4.1",
    "postcss": "^8.4.8",
    "postcss-cli": "^9.1.0",
    "sass": "^1.49.9"
  },
  "vendorCopy": [
    {
      "from": "node_modules/animate.css/animate.min.css",
      "to": "css/animate.css/animate.min.css"
    },
    {
      "from": "node_modules/animate.css/animate.css",
      "to": "src/animate.css/animate.scss"
    }
  ]
}
